onListItemClick
This method will be called when an item in the list is selected. Subclasses should override. Subclasses can call getListView().getItemAtPosition(position) if they need to access the data associated with the selected item.
Parameters
l
The ListView where the click happened
v
The view that was clicked within the ListView
position
The position of the view in the list
id
The row id of the item that was clicked